home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / rtckrs22.zip / HISTORY.TXT < prev    next >
Text File  |  1992-09-25  |  6KB  |  150 lines

  1.  
  2.                       History File for Real-Time Checkers
  3.                       ===================================
  4.  
  5. Version 2.2
  6. -----------
  7. (09-25-92)
  8.   Fixed a problem where you have your choice of two jumps. If you hit ENTER
  9.  it would generate an Illegal Function call.
  10.  
  11.   It appears that different installations of PDS produces different versions
  12.  of the BRT71EFR.EXE run-time module which aren't compatible with each other.
  13.  Therefore, this Door is now compiled stand-alone. You no longer need to have
  14.  the run-time module for this Door.
  15.  
  16. (09-23-92)
  17.   Fixed a bug when restoring the screen after Chat or Drop to DOS. It would
  18.  generate an illegal function call whenever it hit a blinking character.
  19.  
  20.   We now have support for the 30-something line DOOR.SYS file as well as 
  21.  the 52-line one.
  22.  
  23.   Corrected some errors in writing the SFDOORS.DAT file. Specifically the
  24.  COMPORT% and DAILY.BYTES.ALWD& variables.
  25.  
  26. (09-11-92)  
  27.   Finally installed the screen restore when coming back from Chat or a Drop
  28.  to Dos. It will now put the screen back like it was including anything typed
  29.  at an input prompt. If you had entered anything before the interruption,
  30.  that is restored and you can pick up right where you left off!
  31.  
  32. Version 2.1
  33. -----------
  34. (09-04-92)
  35.   You should notice a marked improvement in speed while displaying boxes
  36.  and ANSI graphics.
  37.  
  38. (08-27-92)  
  39.   This version is mainly a maintenance release to take advantage of new
  40.  features and bug fixes in the DoorFrame door utility library that is used 
  41.  in compiling this door.
  42.  
  43. Version 2.0
  44. -----------
  45.   Added direct support for the TriBBS software. TRIBBS.SYS is both read and
  46.  written.
  47.  
  48. Version 1.9
  49. -----------
  50. (05-25-92)
  51.   If you are running under Wildcat!, this door now returns an Error Level
  52.  of 1 when exiting and an Error Level of 62 for all other systems. Hopefully
  53.  some of you can utilize these Error Levels when returning to the BBS.
  54.  
  55. (05-15-92)
  56.   We now have support for GT Power systems. The .CNF file is a little
  57.  different for GT. The COM port goes on line 5 and the Node number goes on
  58.  line 6.  If you are a registered user of Checkers then your registration
  59.  number goes on line 7.
  60.  
  61. Version 1.8
  62. -----------
  63. (04-18-92)
  64.   If you are using a non-standard IRQ, you may use an environment variable
  65.  instead of specifying the actual IRQ number. Syntax is:
  66.      CHECKERS CHECKERS.CNF /%IRQ%
  67.   
  68. Version 1.7
  69. -----------
  70. (03-19-92)
  71.   The door will now recognize the PCBoard %PCBDRIVE% and %PCBDIR%
  72.  environment variables. For example, if your path to PCBOARD.SYS is
  73.  C:\PCB\PCBOARD.SYS, you can use %PCBDRIVE%%PCBDIR%\PCBOARD.SYS instead
  74.  and the door will substitute the drive and directory. This allows multi-
  75.  node systems to use just one .CNF even if the paths are different
  76.  for each node!
  77.  
  78. Version 1.6
  79. -----------
  80. (03-05-92)
  81.   Fixed an oversight where I was trying to kill a file and neglected to
  82.  check to see if the file was actually there!
  83.  
  84.   Fixed a bug that produced an Error 5 if the player entered illegal
  85.  characters like $, *, etc.
  86.  
  87.   Made the time when waiting on the second player Sysop configurable. Just
  88.  stick the number of seconds on the command line. For example:
  89.      CHECKERS CHECKERS.CNF WAIT:90
  90.  would make it wait 90 seconds on the other player to enter the game. If you
  91.  do not specify a wait time it defaults to 60 seconds. Accepted range is
  92.  30 seconds to 180 seconds.
  93.  
  94. Version 1.5
  95. -----------
  96.   Changed from Quickbasic 4.5 to the BASCOM 7.1 compiler. Make sure you
  97.  have a copy of BRT71EFR.EXE in your path!
  98.  
  99. Version 1.4
  100. -----------
  101. 10-14-91
  102.   Added the Time Left to the input prompt.
  103.   Would you believe I neglected to include the option to view the Top Ten
  104.  Bulletin when leaving the game!?! Rectified.
  105.   Fixed a problem where one node occasionally would not pick up the name of
  106.  the other player. The game will abort now if it can't determine both players
  107.  names (they are needed for the Bulletin and game saves).
  108.  
  109. Version 1.3
  110. -----------
  111. 09-20-91
  112.   Fixed a problem with a lost carrier. If either player dropped carrier
  113.  the other node would not know it and sit there dumbly waiting (that was a
  114.  sticky one!).
  115.   Modified the opening screen so it wouldn't take so long to display on
  116.  lower baud modems.
  117.   Had one Sysop report that the game didn't recognize when he had lost the
  118.  game (i.e. no checkers left). Fixed. (Thanks, Greg!) 
  119.  
  120. 09-18-91
  121.   Added comment facility which allows the players to send messages to each
  122.  other. Limit of 75 characters per comment.
  123.  
  124. Version 1.2
  125. -----------
  126. 09-16-91
  127.   Fixed a problem with the double jump. Seems when you had a jump which
  128.  placed you in the King Row and had another jump coming out, it wouldn't
  129.  make the second jump until the next move.
  130.   Made the board display a little speedier by printing only those checkers
  131.  that were moved instead of the whole board.
  132.  
  133. 09-12-91
  134.   Added the Save Game option. If a player chooses to Q]uit before the game
  135.  ends, he is asked if he would like to save the game in progress. Whenever
  136.  those same two players enter the game again, the saved game is loaded
  137.  automatically. There is a maximum of 100 saved games.
  138.  
  139. Version 1.1
  140. -----------
  141. 08-30-91
  142.   Fixed a bug that would take ALL existing jumps for the player instead of
  143.  just one.
  144. 09-01-91
  145.   Fixed a bug that allowed a king to jump to any open square on the board.
  146.  
  147. Version 1.0 (08-13-91)
  148. ---------------------
  149. Initial beta test. Not released.
  150.